public ValidateCvIdExistsServiceFilter(ICVsService cvsService)
 {
     this.cvsService = cvsService;
 }
Exemplo n.º 2
0
 public CVsController(ICVsService cvsService)
 {
     this.cvsService = cvsService;
 }