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