Example #1
0
 public bool Farmer_INSandUPTandDEL(string FarmerId, string FarmerCode, string FirstName, string FarmerMIECode, string FarmerAPEDACode, decimal TotalAreaInHectares, int NumberOfPlots, string FatherName, string Address, string City_Village, string Taluk, string District, string State, string Country, string PhoneNumber, string MobileNumber, string BankInfo, string BankAccNo, int ChildrenDependents, int ElderlyDependents, int NumberOfEarningPersons, string ChildrenStudies, int Cow, int Ox, int Sheep, int OtherAnimals, bool ProposedFieldOfficer, bool ProposedManager, bool InternalInspectorApproval, bool PRESIDNT, string CreatedBy, string ModifiedBy, string FarmerRegNumber, string PhotoPath, int TypeOfOPeration, DateTime ChemicalAppDate, string BankHolderName, bool Organic, bool OrganicFair, string icsCode)
 {
     return(Farmer_DL.Farmer_INSandUPTandDEL(FarmerId, FarmerCode, FirstName, FarmerMIECode, FarmerAPEDACode, TotalAreaInHectares, NumberOfPlots, FatherName, Address, City_Village, Taluk, District, State, Country, PhoneNumber, MobileNumber, BankInfo, BankAccNo, ChildrenDependents, ElderlyDependents, NumberOfEarningPersons, ChildrenStudies, Cow, Ox, Sheep, OtherAnimals, ProposedFieldOfficer, ProposedManager, InternalInspectorApproval, PRESIDNT, CreatedBy, ModifiedBy, FarmerRegNumber, PhotoPath, TypeOfOPeration, ChemicalAppDate, BankHolderName, Organic, OrganicFair, icsCode));
 }