Exemplo n.º 1
0
 public IEnumerable <ApplicationRole> GetListRoleByUser(string id)
 {
     return(_appRoleRepository.GetListRoleByUser(id));
 }