// Dapper
// Doc: https://dapper-tutorial.net/async
// @nuget: Dapper -Version 1.60.6
using System;
public class Program
{
public static void Main()
// CHECK example in .NET Core instead: https://dotnetfiddle.net/ZPq3LL
Console.WriteLine("CHECK example in .NET Core instead: https://dotnetfiddle.net/ZPq3LL");
// .NET Fiddle doesn't support correctly async for .NET Framework Compiler
}