refactor and add using constants instead of hard coded strings ...
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using xDataService.Interfaces;
|
||||
using xStringService.Models.Entities;
|
||||
|
||||
namespace xStringService.Interfaces
|
||||
namespace xStringService.Interfaces.Entities
|
||||
{
|
||||
public interface IXStringSeeder : IXBaseDbSeeder<XString, int>
|
||||
{}
|
||||
Reference in New Issue
Block a user