public ParticipanteReadModelService(ElasticSearchContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public ExtratoReadModelService(ElasticSearchContext context)
 {
     this.context = context;
 }