예제 #1
0
 //[ApiAuthorizeAttribute(Roles = "A")]
 public EntityHttpResponse GetAll()
 {
     return(new EntityHttpResponse(System.Net.HttpStatusCode.OK, _Leaguemanager.GetAll(), true));
 }