예제 #1
0
 public static string GetCompanyId(string companyId, string deptId)
 {
     return(OperationDal.GetCompanyId(companyId, deptId));
 }