public IHttpActionResult Get(int id) { DTO_PRO_LLKH tbl_PRO_LLKH = BS_PRO_LLKH.get_PRO_LLKH(db, id); if (tbl_PRO_LLKH == null) { return(NotFound()); } return(Ok(tbl_PRO_LLKH)); }
public IQueryable <DTO_PRO_LLKH> Get() { return(BS_PRO_LLKH.get_PRO_LLKH(db, QueryStrings)); }