Exemple #1
0
 public MasterDataRepository(IMasterValuesContext context) : base((DbContext)context)
 {
 }
Exemple #2
0
 public MasterDataUnitOfWork(IMasterValuesContext context) : base((DbContext)context)
 {
 }