示例#1
0
 private void GenerateFacilityTypes()
 {
     FacilityTypeStation.Clone(new FacilityType {
         FullName = "Теплоэлектроцентраль", ShortName = "ТЭЦ"
     });
     FacilityTypeSubStation.Clone(new FacilityType {
         FullName = "Подстанция", ShortName = "ПС"
     });
 }