Fill out basic BookmarksController

This commit is contained in:
Neil Brommer 2021-11-13 19:27:01 -08:00
parent d18dea826e
commit 6ec00b7d06
6 changed files with 50 additions and 18 deletions

View file

@ -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 {

View file

@ -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 {