Beispiel #1
0
 public IHttpActionResult GetDvds()
 {
     return(Ok(_dvdRepository.GetDvds()));
 }