Exemplo n.º 1
0
 public IHttpActionResult Count()
 {
     return(Ok(_service.Count()));
 }