Esempio n. 1
0
 public int GetCount()
 {
     DAL.User count = new DAL.User();
     return(count.GetCount());
 }