public MasterDataRepository(IMasterValuesContext context) : base((DbContext)context) { }
public MasterDataUnitOfWork(IMasterValuesContext context) : base((DbContext)context) { }