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