Ejemplo n.º 1
0
 public AddValueToDB(AppDBcontext dbContext, ICheckValue check)
 {
     Context = dbContext;
     _check  = check;
 }
Ejemplo n.º 2
0
 public FiltersOperations(ICheckValue checkValue, IregistrationList iregistrationList)
 {
     this._checkValue   = checkValue;
     this._registration = iregistrationList;
 }