Ejemplo n.º 1
0
 public static int?GetProductId(int operatorId, string productCode)
 {
     ImportDataSetTableAdapters.QueriesTableAdapter qadapt = new ImportDataSetTableAdapters.QueriesTableAdapter();
     return(qadapt.GetProductId(operatorId, productCode) as int?);
 }