Example #1
0
 public Work GetWorkByTitle(string title)
 {
     return(workRepository.GetWorkByTitle(title));
 }