示例#1
0
 public DocumentsController(ICvERepository cvERepository)
 {
     _cvERepository = cvERepository;
 }
示例#2
0
 public TitlesController(ICvERepository cvERepository)
 {
     _cvERepository = cvERepository;
 }
示例#3
0
 public DomainsController(ICvERepository cvERepository)
 {
     _cvERepository = cvERepository;
 }
示例#4
0
 public MainBodyController(ICvERepository cvERepository)
 {
     _cvERepository = cvERepository;
 }