Beispiel #1
0
 public UsuarioModel GetUserByIdLogica(int Id)
 {
     try
     {
         return(data.GetUserByIdData(Id));
     }
     catch (Exception e)
     {
         Console.WriteLine(e);
         return(null);
     }
 }