Beispiel #1
0
 public IEnumerable <EnderecoModel> Get()
 {
     try
     {
         return(EnderecoService.Get());
     }
     catch (Exception)
     {
         throw;
     }
 }