Esempio n. 1
0
 public static INV_MRRInfoMaster GetSTD_CampusByCampusID(int CampusID)
 {
     INV_MRRInfoMaster iNV_MRRInfoMaster = new INV_MRRInfoMaster();
     SqlINV_MRRInfoMasterProvider sqlINV_MRRInfoMasterProvider = new SqlINV_MRRInfoMasterProvider();
     iNV_MRRInfoMaster = sqlINV_MRRInfoMasterProvider.GetINV_MRRInfoMasterByCampusID(CampusID);
     return iNV_MRRInfoMaster;
 }