Example #1
0
        /// <summary>
        /// Upadte Station table with the Device ID record
        /// </summary>
        /// <param name="lsStationMaster">List <cstStationMasterTbl></param>
        /// <param name="DeviceID">String Device ID</param>
        /// <returns></returns>
        public Boolean SaveStationMaster(List <cstStationMasterTbl> lsStationMaster, String DeviceID)
        {
            cmdStation command = new cmdStation();

            return(command.SaveSationMaster(lsStationMaster, DeviceID));
        }
Example #2
0
        /// <summary>
        /// Save data to the StationMaster Table.
        /// </summary>
        /// <param name="lsStationMaster">List<cstStationMasterTbl></param>
        /// <returns>Boolean </returns>
        public Boolean SaveStationMaster(List <cstStationMasterTbl> lsStationMaster)
        {
            cmdStation command = new cmdStation();

            return(command.SaveSationMaster(lsStationMaster));
        }