Exemplo n.º 1
0
 public bool CreateNewDog(DogCreateRequest request)
 {
     return(_dogRepository.CreateDog(request.Dog));
 }