コード例 #1
0
 public async Task <BaseResponse> ExecuteSqlCommandAsync()
 {
     return(SetStatusCode(await _sqlService.ExecuteSqlCommandAsync()));
 }