예제 #1
0
 public LibraryController(ILibrary library, IEditorial editorial)
 {
     _library   = library;
     _editorial = editorial;
 }
예제 #2
0
 public EditorialController(IEditorial editorial)
 {
     _editorial = editorial;
 }