예제 #1
0
        public ApiResponse GetUser(string userCode)
        {
            var obj = BlUser.GetByCode(userCode);

            return(obj);
        }