Exemple #1
0
 public Empresa RetrieveByID(int entityID)
 {
     try
     {
         return(repository.RetrieveByID(entityID));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }