Ejemplo n.º 1
0
 /// <summary>
 /// Select All Role
 /// </summary>
 /// <returns></returns>
 public static IList <Role> SelectAllRole()
 {
     return(RoleDao.SelectAll());
 }