Exemplo n.º 1
0
 //[ApiAuthorizeAttribute(Roles = "A")]
 public EntityHttpResponse GetAll() => new EntityHttpResponse(System.Net.HttpStatusCode.OK, _coachManager.GetAll(), true);