Exemplo n.º 1
0
        public ApiResult DeleteHistory(int uid, int lType)
        {
            PlanService service = new PlanService();

            return(service.DeleteHistory(uid, lType, this.UserInfo.UserId));
        }