コード例 #1
0
 public async Task Delete(string id)
 {
     await Goals.DeleteAsync(o => o.Id == id);
 }