Пример #1
0
 public LivroController(IAssuntoApplicationService assuntoApp, IAutorApplicationService autorApp, ILivroApplicationService livroApp, ILivroAssuntoApplicationService livroAssuntoApp, ILivroAutorApplicationService livroAutorApp)
 {
     _assuntoApp      = assuntoApp;
     _autorApp        = autorApp;
     _livroApp        = livroApp;
     _livroAssuntoApp = livroAssuntoApp;
     _livroAutorApp   = livroAutorApp;
 }
Пример #2
0
 public AssuntoController(IAssuntoApplicationService assuntoApp)
 {
     _assuntoApp = assuntoApp;
 }