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