Exemplo n.º 1
0
 public int UpdateEducationType(DLModel.EducationTypesAvailable eduType)
 {
     return(_educationTypesAvailableRepository.Update((DLModel.EducationTypesAvailable) new DLModel.EducationTypesAvailable().InjectFrom(eduType)));
 }
Exemplo n.º 2
0
 //add education type...hp
 public int AddEducationType(DLModel.EducationTypesAvailable eduType)
 {
     return(_educationTypesAvailableRepository.Add((DLModel.EducationTypesAvailable) new DLModel.EducationTypesAvailable().InjectFrom(eduType)).EducationTypeAID);
 }