Example #1
0
 public DataTable View()
 {
     objUserRoleDAL = new User_Role_DAL(objUserRoleProperty);
     return(objUserRoleDAL.SelectOne());
 }