This repository has been archived on 2020-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
ibz/oop/NormfallStudie/AirlineServer/AirlineServer/Models/Airport.cs

11 lines
160 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace AirlineServer.Models
{
public class Airport
{
}
}