コード例 #1
0
 public virtual async Task DeleteColumnAsync(int columnId)
 {
     // Delete column
     await _ltiApi.DeleteLineItemAsync(columnId);
 }