Example #1
0
 public static string GetCompanyArea(string companyId)
 {
     return(OperationDal.GetCompanyArea(companyId));
 }