Exemplo n.º 1
0
 public Course GetByTitle(string title)
 {
     //throw new NotImplementedException();
     return(_CoursesRepository.GetByTitle(title));
 }