Example #1
0
 public HomeController(IItemManageRepository imteManageRepository)
 {
     _imteManageRepository = imteManageRepository;
 }