예제 #1
0
 public ReportRepositoryEF(DEKLCPDataContextEF ctx) => _ctx = ctx;
예제 #2
0
 public ProviderBankAccountRepositoryEF(DEKLCPDataContextEF ctx) : base(ctx) => _ctx = ctx;
예제 #3
0
 public StateRepositoryEF(DEKLCPDataContextEF ctx) : base(ctx) => _ctx = ctx;
 public BankTransactionRepositoryEF(DEKLCPDataContextEF ctx) : base(ctx) => _ctx = ctx;
예제 #5
0
 public AccountToPayRepositoryEF(DEKLCPDataContextEF ctx) : base(ctx) => _ctx = ctx;
 public AuditRepositoryEF(DEKLCPDataContextEF ctx) : base(ctx) => _ctx = ctx;
 public BankAgencyRepositoryEF(DEKLCPDataContextEF ctx) : base(ctx) => _ctx = ctx;
 public BankRepositoryEF(DEKLCPDataContextEF ctx) : base(ctx)
 {
 }
 public InternalBankAccountRepositoryEF(DEKLCPDataContextEF ctx) : base(ctx) => _ctx = ctx;