Exemplo n.º 1
0
 public OwnerPet Add(OwnerPet ownerPet)
 {
     return(_ownerPetDomain.Add(ownerPet));
 }
Exemplo n.º 2
0
 public void Add(Schedule schedule)
 {
     _scheduleDomain.Add(schedule);
 }