Exemple #1
0
 /// <summary>
 /// Calls the method GetAllUsers from the user controller
 /// </summary>
 /// <returns>returns the method with a list of users
 /// from user controller</returns>
 public List <User> GetAllUsers()
 {
     return(userCtrl.GetAllUsers());
 }