Example #1
0
 public virtual IList <IDAOIdentityUserRole> SelectAll()
 {
     return(DAOIdentityUserRole.SelectAll());
 }