Exemplo n.º 1
0
 public List <User> GetUsersList()
 {
     try
     {
         return(serviceUser.GetUsersList().ToList());
     }
     catch
     {
         Console.ForegroundColor = ConsoleColor.Red;
         Console.WriteLine("Connection Error! Database Server Manager Unreacheable!");
         Console.ForegroundColor = ConsoleColor.DarkCyan;
     }
     return(null);
 }