tpm.msc
| using System; | |
| using System.Collections.Generic; | |
| using System.Net; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using Amazon.Lambda.APIGatewayEvents; | |
| using Amazon.Lambda.AspNetCoreServer; | |
| using Microsoft.AspNetCore.Builder; | |
| using Microsoft.AspNetCore.Http; | |
| using Microsoft.Extensions.Logging; |