예제 #1
0
 private void Save()
 {
     _petStoreService.Save(Pets);
     //Close(this);
 }