Exemplo n.º 1
0
 /// <summary>
 /// Save all new Entries to DB
 /// </summary>
 /// <returns></returns>
 public bool UpdateDatabase()
 {
     StudentDAL objdal = new StudentDAL();
     return objdal.SaveToDataDatabase();
 }