Example #1
0
 public static Guid CreateRecord(ICollectionsRepository collectionsRepo, TListState state)
 {
     collectionsRepo.AddOrUpdate(state);
     return(state.Id);
 }
Example #2
0
        protected void UpdateJournalState()
        {
            var state = GetListStateInternal();

            collectionsRepo.AddOrUpdate(state);
        }