Example #1
0
 public List<User> GetAllWithoutPasswd()
 {
     var UserDAL = new UserDAL(testing);
     return UserDAL.GetAllWithoutPasswd();
 }