using [StartName]_Core.BaseServices;
using [StartName]_I[Module]Repository;
using [StartName]_Model.Models;
namespace [NameSpace]
{
public interface I[TableShortName]Service : IService<[TableName]>
{
I[TableShortName]Repository Repository { get; }
}
}