public App() { //context = new myContext(); context = new MyDb(); taxes = new string[] { "2% легкий", "5% нормальный", "8% чёткий", "10% отличный" }; }
public RepositoryReal(MyDb db) { Db = db; CurrentList = Db.Credits; }