Example #1
0
 public static DataTable GetCompany(string userId)
 {
     return(OperationDal.GetCompany(userId));
 }