示例#1
0
 public EProducto GetByID(int ID)
 {
     try
     {
         return(productoService.GetByID(ID));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }