Ejemplo n.º 1
0
 public async Task <IEnumerable <Location> > GetAllAsync()
 {
     using (var connection = context.CreateConnection())
     {
         return(await connection.QueryAsync <Location>(LocationQuery.All()));
     }
 }