예제 #1
0
 public void DeleteComponent(int id)
 {
     _productComponent.Delete(id, RequestContext.Principal.Identity.Name);
 }