Beispiel #1
0
 internal List <Inv_Company> GetCheckCentralStore(string OCODE, string companyType)
 {
     return(companyDal.GetCheckCentralStore(OCODE, companyType));
 }