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