コード例 #1
0
ファイル: AspNetRoleStore.cs プロジェクト: LagoVista/Admin
 public void Dispose()
 {
     _roleRepo.Dispose();
 }