예제 #1
0
 public NeCategoryService(NeCategoryRepository entityRepository)
 {
     _entityRepository = entityRepository;
 }