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

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

public get_by_user ( ) : Object
Результат Object
        public Object get_by_user()
        {
            return this.conexion_rest("get", "api/calendars/user/#", this, this.user_id);
        }