Example #1
0
 public Pet(Guid id, string name, string description, TypePet typePet)
 {
     Id          = id;
     Name        = name;
     Description = description;
     TypePet     = typePet;
     TypePetId   = typePet.Id;
 }
Example #2
0
 public void SetTypePet(TypePet typePet)
 {
     TypePet = typePet;
 }