コード例 #1
0
ファイル: Journal.cs プロジェクト: olegnik92/BladesSolution
 public static void RemoveRecord(ICollectionsRepository collectionsRepo, TListState state)
 {
     collectionsRepo.Delete(state);
 }