using System; using Microsoft.EntityFrameworkCore; using MySql.Data.EntityFrameworkCore; namespace Database { public class Database { } }