Exemplo n.º 1
0
 public IHttpActionResult GetDvds()
 {
     return(Ok(_dvdRepository.GetDvds()));
 }