refactor and add using constants instead of hard coded strings ...
This commit is contained in:
@@ -2,7 +2,7 @@ using System;
|
||||
using xDataService.Interfaces;
|
||||
using xFileService.Models.Entities;
|
||||
|
||||
namespace xFileService.Interfaces
|
||||
namespace xFileService.Interfaces.Entities
|
||||
{
|
||||
public interface IXFileSeeder : IXBaseDbSeeder<XFile, Guid>
|
||||
{ }
|
||||
Reference in New Issue
Block a user