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