Ejemplo n.º 1
0
 public static DataTable GetCompany(string userId)
 {
     return(OperationDal.GetCompany(userId));
 }