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