Exemplo n.º 1
0
 public async Task <VenueV> GetVenue(Guid venueKey, DateTime viewDate)
 {
     return((await Venues.SingleOrDefaultAsync(f => f.PrimaryKey == venueKey)).GetApprovedVersion(viewDate));
 }