示例#1
0
 public async Task Delist(string id, string subjectId)
 {
     await _store.DeletePlayer(id, subjectId);
 }