Skip to content
Snippets Groups Projects
UnitTest1.cs 143 B
Newer Older
namespace FlightBooking.Service.Tests
{
    public class UnitTest1
    {
        [Fact]
        public void Test1()
        {
        }
    }
}