Esempio n. 1
0
        public IEnumerable <CaseIdentifierModel> GetCaseIdentifiers(string instrumentName)
        {
            instrumentName.ThrowExceptionIfNullOrEmpty("instrumentName");

            return(_mySqlService.GetCaseIdentifiers(_configurationProvider.DatabaseConnectionString, instrumentName));
        }