Exemplo n.º 1
0
 public Section GetBookSection(BookInfo bookInfo)
 {
     using (var sectionRepo = new SectionRepository())
     {
         return(sectionRepo.GetBookSection(bookInfo));
     }
 }