예제 #1
0
 public ContactRepository(DebtContext cx)
 {
     this.cx = cx;
 }
예제 #2
0
 public EFDebtRepo(DebtContext context, IModelConverter converter, IPredictionAlgorithm algo)
 {
     this._context   = context;
     this._converter = converter;
     this._algo      = algo;
 }
 public EFClientRepo(DebtContext context)
 {
     this._context = context;
 }
예제 #4
0
 public UserRepository(DebtContext cx)
 {
     this.cx = cx;
 }