Bricelam.EntityFrameworkCore.QueryTests.QueryTests C# (CSharp) Méthode

QueryTests() public méthode

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