Exemple #1
0
 public void CreatePet(PetViewModel pet)
 {
     _dataRepository.CreatePet(MapToPet(pet));
 }