예제 #1
0
 public DataSet Formato_Conformidad(string strCodCompañia,
                                    string strNumConformidad,
                                    string strTipoOrden,
                                    string strNumOrden
                                    )
 {
     Repository.DataGeneral objDs = new Repository.DataGeneral();
     return(objDs.Formato_Conformidad(strCodCompañia,
                                      strNumConformidad,
                                      strTipoOrden,
                                      strNumOrden
                                      ));
 }