Esempio n. 1
0
 public ViewMainDepartments(Repository repository, ReponseEngine reponse_engine)
 {
     this.repository = repository;
     this.reponse_engine = reponse_engine;
 }
Esempio n. 2
0
 public ViewProducts(Repository repository, ReponseEngine response_engine)
 {
     this.repository = repository;
     this.response_engine = response_engine;
 }