Example #1
0
 public static DataTable GetUserSupplier(string supplierId)
 {
     return(OperationDal.GetUserSupplier(supplierId));
 }