Exemple #1
0
 public List <Model.School> GetSchool()
 {
     DAL.Student dal = new DAL.Student();
     return(dal.GetSchool());
 }