Exemple #1
0
 public IEnumerable <ContatoModel> Get()
 {
     try
     {
         return(ContatoService.Get());
     }
     catch (Exception)
     {
         throw;
     }
 }