Add missing using statements

This commit is contained in:
Neil Brommer 2021-11-15 21:53:19 -08:00
parent 9e7cea74f4
commit f665bd3fb0
3 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using Start.Server.Models;
using Start.Shared;
namespace Start.Server.Data.Services.Interfaces {
public interface IBookmarkContainerService {

View file

@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using Start.Server.Models;
using Start.Shared;
namespace Start.Server.Data.Services.Interfaces {
public interface IBookmarkGroupService {

View file

@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using Start.Server.Models;
using Start.Shared;
namespace Start.Server.Data.Services.Interfaces {
public interface IBookmarkService {