Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
public class Flight
{
public string FeatureArea { get; private set; }
public int TrafficPercent { get; private set; }