예제 #1
0
 public bool Update(PersonCategory category)
 {
     return _service.Update(category);
 }
예제 #2
0
 public bool Insert(PersonCategory category)
 {
     return _service.Insert(category);
 }