Fill out basic BookmarksController
This commit is contained in:
parent
d18dea826e
commit
6ec00b7d06
6 changed files with 50 additions and 18 deletions
|
|
@ -3,6 +3,7 @@ using System.Collections.Generic;
|
|||
using System.Linq;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Start.Server.Data.Services.Interfaces;
|
||||
using Start.Server.Extensions;
|
||||
using Start.Server.Models;
|
||||
|
||||
namespace Start.Server.Data.Services {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ using System.Collections.Generic;
|
|||
using System.Linq;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Start.Server.Data.Services.Interfaces;
|
||||
using Start.Server.Extensions;
|
||||
using Start.Server.Models;
|
||||
|
||||
namespace Start.Server.Data.Services {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue