コード例 #1
0
ファイル: AddValueToDB.cs プロジェクト: Mahdi-sb/Table
 public AddValueToDB(AppDBcontext dbContext, ICheckValue check)
 {
     Context = dbContext;
     _check  = check;
 }
コード例 #2
0
 public FiltersOperations(ICheckValue checkValue, IregistrationList iregistrationList)
 {
     this._checkValue   = checkValue;
     this._registration = iregistrationList;
 }