Bricelam.EntityFrameworkCore.QueryTests.QueryTests C# (CSharp) Method

QueryTests() public method

public QueryTests ( ) : System
return System
        public QueryTests()
        {
            _db = new AbrahamicContext();
            _db.Database.EnsureCreated();
        }