Exemplo n.º 1
0
 public TEntity RetornarPorID(int ID)
 {
     try
     {
         return(repositorio.FindByID(ID));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }