Ejemplo n.º 1
0
 public bool Farm_INSandUPTandDEL(string FarmerId, int FarmID, decimal PlotArea, string AreaCode, int Latitude, int Longitude, string CreatedBy, string ModifiedBy, int TypeOfOperation, ref int ReturnFarmID, int ParentFarmID)
 {
     return(Farmer_DL.Farm_INSandUPTandDEL(FarmerId, FarmID, PlotArea, AreaCode, Latitude, Longitude, CreatedBy, ModifiedBy, TypeOfOperation, ref ReturnFarmID, ParentFarmID));
 }