public SqlGroupRepository(IMSDbContext dMSDbContext) { this._Context = dMSDbContext; }
public SalesModuleResponsitory(IMSDbContext context) { //inject here this._context = context; }
public EfCoreRepositoryProduct(IMSDbContext context) { this._context = context; }