コード例 #1
0
 private void InitZones()
 {
     zoneList = new List <Zone>(DALFactory.CreateZoneDao(database).FindAll());
 }