示例#1
0
        public void AddToDayBatch(string instrumentName, string serverParkName, string primaryKeyValue)
        {
            instrumentName.ThrowExceptionIfNullOrEmpty("instrumentName");
            serverParkName.ThrowExceptionIfNullOrEmpty("serverParkName");
            primaryKeyValue.ThrowExceptionIfNullOrEmpty("primaryKeyValue");

            _catiService.AddToDayBatch(_connectionModel, instrumentName, serverParkName, primaryKeyValue);
        }