Ejemplo n.º 1
0
 public DocumentsController(ICvERepository cvERepository)
 {
     _cvERepository = cvERepository;
 }
Ejemplo n.º 2
0
 public TitlesController(ICvERepository cvERepository)
 {
     _cvERepository = cvERepository;
 }
Ejemplo n.º 3
0
 public DomainsController(ICvERepository cvERepository)
 {
     _cvERepository = cvERepository;
 }
Ejemplo n.º 4
0
 public MainBodyController(ICvERepository cvERepository)
 {
     _cvERepository = cvERepository;
 }