コード例 #1
0
 public static async Task <bool> DeleteAsync(int key)
 {
     return(await ScheduleData.DeleteAsync(key));
 }