예제 #1
0
 public static StudentList GetItem()
 {
     return(StudentDA.GetItem());
 }
예제 #2
0
 public static Student GetItem(string sid)
 {
     return(StudentDA.GetItem(sid));
 }