Exemple #1
0
 public GalleryImageService(ITheBinderyContentRepository theBinderyContentRepository, ITheBinderyContentFactory theBinderyContentFactory)
 {
     _theBinderyContentRepository = theBinderyContentRepository;
     _theBinderyContentFactory    = theBinderyContentFactory;
 }
 public EventService(ITheBinderyContentRepository theBinderyContentRepository, ITheBinderyContentFactory theBinderyContentFactory)
 {
     _theBinderyContentRepository = theBinderyContentRepository;
     _theBinderyContentFactory    = theBinderyContentFactory;
 }