Beispiel #1
0
 public static DataTable GetDeptCompany(string companyId)
 {
     return(OperationDal.GetDeptCompany(companyId));
 }