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);
        }