Beispiel #1
0
        public IHttpActionResult DDLSystemCode(int CodeTypeId)
        {
            var list = obj.DDLSystemCode(CodeTypeId);

            return(Ok(list));
        }