public ObterDadosPlanejamentoDiarioBordoQueryHandler(IDiarioBordoRepository diarioBordoRepository)
 {
     this.diarioBordoRepository = diarioBordoRepository ?? throw new ArgumentNullException(nameof(diarioBordoRepository));
 }
Example #2
0
 public ObterUltimoDiarioBordoProfessorQueryHandler(IDiarioBordoRepository diarioBordoRepository)
 {
     this.diarioBordoRepository = diarioBordoRepository ?? throw new ArgumentNullException(nameof(diarioBordoRepository));
 }