Exemplo n.º 1
0
 public static string System_GetFaculty(int id)
 {
     return(SysDal.GetFaculty(id));
 }