Add missing using statements
This commit is contained in:
parent
9e7cea74f4
commit
f665bd3fb0
|
@ -1,6 +1,7 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using Start.Server.Models;
|
using Start.Server.Models;
|
||||||
|
using Start.Shared;
|
||||||
|
|
||||||
namespace Start.Server.Data.Services.Interfaces {
|
namespace Start.Server.Data.Services.Interfaces {
|
||||||
public interface IBookmarkContainerService {
|
public interface IBookmarkContainerService {
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using Start.Server.Models;
|
using Start.Server.Models;
|
||||||
|
using Start.Shared;
|
||||||
|
|
||||||
namespace Start.Server.Data.Services.Interfaces {
|
namespace Start.Server.Data.Services.Interfaces {
|
||||||
public interface IBookmarkGroupService {
|
public interface IBookmarkGroupService {
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using Start.Server.Models;
|
using Start.Server.Models;
|
||||||
|
using Start.Shared;
|
||||||
|
|
||||||
namespace Start.Server.Data.Services.Interfaces {
|
namespace Start.Server.Data.Services.Interfaces {
|
||||||
public interface IBookmarkService {
|
public interface IBookmarkService {
|
||||||
|
|
Loading…
Reference in a new issue