public IHttpActionResult DDLSystemCode(int CodeTypeId) { var list = obj.DDLSystemCode(CodeTypeId); return(Ok(list)); }