コード例 #1
0
 public ParticipanteController(IParticipanteService service, IEtapaService etapaService, ICursoService cursoService, ILeccionService leccionService)
 {
     this.service        = service;
     this.etapaService   = etapaService;
     this.cursoService   = cursoService;
     this.leccionService = leccionService;
 }
コード例 #2
0
 public LeccionController(ILeccionService leccionService, ICloudinaryFileService cloudinaryFileService)
 {
     this.leccionService        = leccionService;
     this.cloudinaryFileService = cloudinaryFileService;
 }