예제 #1
0
 public ValidateGrid(IGenericCrudByIntegerKey <Grade> crud)
     : base(crud)
 {
 }
 public SubjectValidationService(IGenericCrudByIntegerKey <Subject> tks)
     : base(tks)
 {
 }
 public GenericCrudByIntegerKey(IGenericCrudByIntegerKey <T> crud)
 {
     _crud = crud;
 }