Ejemplo n.º 1
0
 public EndOfDayApiController(EndOfDayRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }
Ejemplo n.º 2
0
 public EndOfDayService(EndOfDayRepository endOfDayRepository)
 {
     this.endOfDayRepository = endOfDayRepository;
 }