Exemple #1
0
 public async Task DeleteColumnAsync(int columnId)
 {
     await repo.DeleteColumnAsync(columnId);
 }