コード例 #1
0
 // initialising data of pets
 public void IntialiseData()
 {
     _pets = FakeDB.InitDataPet();
     IDAfterInit();
 }