Example #1
0
 public EntradasController(IEntradasService _entradasService)
 {
     this.entradasService = _entradasService;
 }