Example #1
0
 public static List <Student> GetALL()
 {
     return(StudentDAL.GetALL());
 }