示例#1
0
 public GetAllOutOfOfficeEntriesHandler(OutOfOfficeReadModel model)
 {
     this.Model = model ?? throw new ArgumentNullException(nameof(model));
 }
 public GetConcreteOutOfOfficeEntryHandler(OutOfOfficeReadModel model)
 {
     this.model = model ?? throw new ArgumentNullException(nameof(model));
 }