Ejemplo n.º 1
0
 /// <summary>
 /// 新建飞机证照
 /// </summary>
 /// <returns></returns>
 public static AircraftLicense CreateAircraftLicense()
 {
     var aircraftLicense = new AircraftLicense();
     aircraftLicense.GenerateNewIdentity();
     return aircraftLicense;
 }