Example #1
0
 public void Remove(long id)
 {
     repositoryAssetOwner.RemoveAssetOwnerWarehouse(id);
     repository.Remove(id);
 }