Example #1
0
 public void Delete(IEntityWithKey entity)
 {
     _container.DeleteObject(entity);
 }