示例#1
0
 public string getSupervisorByID(string id)
 {
     return(itsDAL.getSupervisorByID(id));
 }