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