public DataTable GetStandDetails(string ProductID, string Year) { return(Settings_DL.GetStandDetails(ProductID, Year)); }
public DataTable GetStandDetails(int StandID) { return(Settings_DL.GetStandDetails(StandID)); }
public DataTable GetStandDetails() { return(Settings_DL.GetStandDetails()); }