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