Beispiel #1
0
 public DataTable GetFarmerProdcts(int SeasonYear, int seasonID, int productID, string Village, string ICStype)
 {
     return(Farmer_DL.GetFarmerProdcts(SeasonYear, seasonID, productID, Village, ICStype));
 }