public DataTable GetBuyerComplaintDetails(int ComplaintType, string userid) { return(Buyer_DL.GetBuyerComplaintDetails(ComplaintType, userid)); }
public DataTable GetBuyerComplaintDetails(int ComplaintID) { return(Buyer_DL.GetBuyerComplaintDetails(ComplaintID)); }
public DataTable GetBuyerComplaintDetails() { return(Buyer_DL.GetBuyerComplaintDetails()); }