Esempio n. 1
0
 public List <Account> GetAllUsers()
 {
     return(_connectOnCommuteDao.GetAllAccounts());
 }