Example #1
0
 public bool Update(EducationType educationtype ,int old_educationTypeId)
 {
     EducationTypeDAC educationtypeComponent = new EducationTypeDAC();
     return educationtypeComponent.UpdateEducationType( educationtype.EducationTypeName,  old_educationTypeId);
 }
Example #2
0
 public bool Update( string EducationTypeName,  int Original_EducationTypeId)
 {
     EducationTypeDAC educationtypeComponent = new EducationTypeDAC();
     return educationtypeComponent.UpdateEducationType( EducationTypeName,  Original_EducationTypeId);
 }