Exemplo n.º 1
0
 public static void harvestCrops(string s, string[] args)
 {
     CropLogic.getAllCropsNeededToBeHarvested();
 }
Exemplo n.º 2
0
 public static void waterCrops(string s, string[] args)
 {
     CropLogic.getAllCropsNeededToBeWatered();
 }