Example #1
0
 public bool DeleteDataList(Guid id, bool onlyIfNotPersisted)
 {
     return(_persistence.DeleteDataList(id, onlyIfNotPersisted));
 }