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

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

public get_all_calendars ( ) : Object
Результат Object
        public Object get_all_calendars()
        {
            return this.conexion_rest("get", "api/calendars", null, -1);
        }