Example #1
0
		public int DeleteMachine(int machineAddr)
		{
			using(GardenInfoDataAccess gardenInfoDataAccess = new GardenInfoDataAccess())
			{
				return gardenInfoDataAccess.DeleteMachine(machineAddr);
			}
		}