API_MEDKINECT.Calendars.update_calendars C# (CSharp) Метод

update_calendars() публичный Метод

public update_calendars ( ) : Object
Результат Object
        public Object update_calendars()
        {
            return this.conexion_rest("post", "api/calendars/#/update", this, this.id);
        }