Beispiel #1
0
 public AdminMenuController(IRepositoryMenu repository)
 {
     this.repository = repository;
 }