Пример #1
0
        public static async Task <HttpResponseMessage> Published(this MeetupClient @this)
        {
            await @this.Create();

            await @this.UpdateLocation();

            await @this.UpdateSeats();

            await @this.UpdateTime();

            return(await @this.Publish());
        }
Пример #2
0
 public static Task <HttpResponseMessage> UpdateLocation(this MeetupClient @this) =>
 @this.UpdateLocation(id, location);