示例#1
0
 public async Task <TableType> AddTable(AddTableInput input)
 {
     return(await _tableService.AddTableAsync(input));
 }