Esempio n. 1
0
 public DataTable GetStandDetails(string ProductID, string Year)
 {
     return(Settings_DL.GetStandDetails(ProductID, Year));
 }
Esempio n. 2
0
 public DataTable GetStandDetails(int StandID)
 {
     return(Settings_DL.GetStandDetails(StandID));
 }
Esempio n. 3
0
 public DataTable GetStandDetails()
 {
     return(Settings_DL.GetStandDetails());
 }