Beispiel #1
0
    public void CreateFarmPlot(FarmInfo farm)
    {
        Farm bll = new Farm();

        bll.CreateFarmPlot(farm);
    }