예제 #1
0
 public List <DegreeType> GetDegreeTypeByCategory(int?id)
 {
     return(DegreeTypeDS.GetDegreeTypeByCategory(id));
 }
예제 #2
0
 public string InUpDegreeType(DegreeType degreetype)
 {
     return(DegreeTypeDS.UpdateDegreeType(degreetype));
 }
예제 #3
0
 public List <DegreeType> GetDegreeType()
 {
     return(DegreeTypeDS.GetAllDegreeType());
 }