Exemplo n.º 1
0
 public int AddExcel(List <Model.Student> list)
 {
     DAL.Student dal = new DAL.Student();
     return(dal.AddExcel(list));
 }