Example #1
0
 public List <Empresa> RetrieveAll()
 {
     try
     {
         return(repository.RetrieveAll());
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }