Example #1
0
 public static void AddBookFiles(this IDbConnection connection, int bookId, IEnumerable <BookContentDto> contentDto) =>
 contentDto.ForEach(f => connection.AddBookFile(bookId, f));