예제 #1
0
 public static string Format(IOutputProvider output, Book book)
 {
     return(output.Print(book));
 }