Esempio n. 1
0
 public CtrlDeliveryItemData GetRequisition(string invcode)
 {
     TransportDAL TDal = new TransportDAL();
     return TDal.GetRequisition(0, invcode);
 }
Esempio n. 2
0
 public string GetInvCode(double loid)
 {
     TransportDAL TDal = new TransportDAL();
     return TDal.GetInvCode(loid);
 }