Esempio n. 1
0
 public bool FarmerExist(string farmerID)
 {
     return(Farmer_DL.FarmerExist(farmerID));
 }