Ejemplo n.º 1
0
    public void CreatePlot(PlotInfo plot)
    {
        Farm bll = new Farm();

        bll.CreatePlot(plot);
    }