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