public ActionResult QuotationSelect(string projectId, string supplierId) { List <QuotationMstDto> lst = service.Constract_QuotationTypeSearch(projectId, supplierId); return(PartialView("_PartialQuotationSelect", lst)); }