Added SimPositionModel from flight tracker + setup mongo files

This commit is contained in:
2022-02-18 17:18:00 +00:00
parent 0252f115c6
commit 8be3b0fa02
4 changed files with 102 additions and 0 deletions

15
Mongo/Mongo.cs Normal file
View File

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using MongoDB.Driver;
using MongoDB.Bson;
using EFB.Models;
namespace EFB.Mongo
{
public class Mongo
{
}
}