예제 #1
0
 public void CreateNew(ProductCategory entity)
 {
     _proCatRepo.CreateNew(entity);
 }