static void Main(string[] args) { Repository.RepoInterface <Leguma> repo = new Repository.Repository <Leguma>(); Controller.Controller ctrl = new Controller.Controller(repo); }
static void Main(string[] args) { Repository.RepoInterface<Leguma> repo = new Repository.Repository<Leguma>(); Controller.Controller ctrl = new Controller.Controller(repo); }