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