Exemple #1
0
        /// <summary>
        /// Call the service to add a new event
        /// </summary>
        /// <returns></returns>
        public async Task AddEvent()
        {
            await DeserializerService <Event> .CheckConnectivity();

            await eService.AddEvent(this);
        }