示例#1
0
 public async Task RemoveExport(BeatmapExport export)
 {
     Exports.Remove(export);
     await SaveChangesAsync();
 }