Exemple #1
0
 public DataTable GetServicioFacturado(Int32 x_COPE_Codigo, Int32 x_DOPE_Item)
 {
     try { return(BL_Det_Operacion.GetVerificaServicioFacturado(x_COPE_Codigo, x_DOPE_Item)); }
     catch (Exception ex)
     { throw ex; }
 }