コード例 #1
0
 public static DataTable GetComboUserCompany(string userId)
 {
     return(SysInfoQueryDal.GetComboUserCompany(userId));
 }