Example #1
0
 public void Delete(Guid id)
 {
     if (id != null)
     {
         _productWorker.Delete(id);
     }
 }