Пример #1
0
 /// <summary>
 /// Delete a channelOwner object and persist changes into the database
 /// </summary>
 /// <param name="channelOwner"></param>
 public void DeleteChannelOwner(ChannelOwner channelOwner)
 {
     // Remove the object into the database
     channelOwner.Delete();
 }