예제 #1
0
 static void Main(string[] args)
 {
     Repository.RepoInterface <Leguma> repo = new Repository.Repository <Leguma>();
     Controller.Controller             ctrl = new Controller.Controller(repo);
 }
예제 #2
0
파일: Program.cs 프로젝트: csergiu/Labs
 static void Main(string[] args)
 {
     Repository.RepoInterface<Leguma> repo = new Repository.Repository<Leguma>();
     Controller.Controller ctrl = new Controller.Controller(repo);
 }