Example #1
0
 public static void RemoveRecord(ICollectionsRepository collectionsRepo, TListState state)
 {
     collectionsRepo.Delete(state);
 }