Esempio n. 1
0
 public static INV_MRRInfoMaster GetINV_StoreByStoreID(int StoreID)
 {
     INV_MRRInfoMaster iNV_MRRInfoMaster = new INV_MRRInfoMaster();
     SqlINV_MRRInfoMasterProvider sqlINV_MRRInfoMasterProvider = new SqlINV_MRRInfoMasterProvider();
     iNV_MRRInfoMaster = sqlINV_MRRInfoMasterProvider.GetINV_MRRInfoMasterByStoreID(StoreID);
     return iNV_MRRInfoMaster;
 }