Exemplo n.º 1
0
 public AnimalQueryService(AnimalContext animalContext)
 {
     _animalContext = animalContext;
 }
Exemplo n.º 2
0
 public AnimalCommandService(AnimalContext animalContext)
 {
     _animalContext = animalContext;
 }