Ejemplo n.º 1
0
 public IEnumerable <RoleDTO> GetRoles()
 {
     return(dbm.FindAllRoles(true).Select(x => converter.RoleToDTO(x)).ToList());
 }