コード例 #1
0
        /// <summary>
        /// Update the event with new values to the service
        /// </summary>
        /// <returns></returns>
        public async Task UpdateEvent()
        {
            await DeserializerService <Event> .CheckConnectivity();

            await eService.UpdateEvent(this);
        }