Add more missing using statements
This commit is contained in:
		
							parent
							
								
									f665bd3fb0
								
							
						
					
					
						commit
						5ccc28516f
					
				| 
						 | 
					@ -5,6 +5,7 @@ using Microsoft.EntityFrameworkCore;
 | 
				
			||||||
using Start.Server.Data.Services.Interfaces;
 | 
					using Start.Server.Data.Services.Interfaces;
 | 
				
			||||||
using Start.Server.Extensions;
 | 
					using Start.Server.Extensions;
 | 
				
			||||||
using Start.Server.Models;
 | 
					using Start.Server.Models;
 | 
				
			||||||
 | 
					using Start.Shared;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace Start.Server.Data.Services {
 | 
					namespace Start.Server.Data.Services {
 | 
				
			||||||
	public class BookmarkContainerService : IBookmarkContainerService {
 | 
						public class BookmarkContainerService : IBookmarkContainerService {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,6 +5,7 @@ using Microsoft.EntityFrameworkCore;
 | 
				
			||||||
using Start.Server.Data.Services.Interfaces;
 | 
					using Start.Server.Data.Services.Interfaces;
 | 
				
			||||||
using Start.Server.Extensions;
 | 
					using Start.Server.Extensions;
 | 
				
			||||||
using Start.Server.Models;
 | 
					using Start.Server.Models;
 | 
				
			||||||
 | 
					using Start.Shared;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace Start.Server.Data.Services {
 | 
					namespace Start.Server.Data.Services {
 | 
				
			||||||
	public class BookmarkGroupService : IBookmarkGroupService {
 | 
						public class BookmarkGroupService : IBookmarkGroupService {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,6 +5,7 @@ using System.Security;
 | 
				
			||||||
using Microsoft.EntityFrameworkCore;
 | 
					using Microsoft.EntityFrameworkCore;
 | 
				
			||||||
using Start.Server.Data.Services.Interfaces;
 | 
					using Start.Server.Data.Services.Interfaces;
 | 
				
			||||||
using Start.Server.Models;
 | 
					using Start.Server.Models;
 | 
				
			||||||
 | 
					using Start.Shared;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace Start.Server.Data.Services {
 | 
					namespace Start.Server.Data.Services {
 | 
				
			||||||
	public class BookmarkService : IBookmarkService {
 | 
						public class BookmarkService : IBookmarkService {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue