Пример #1
0
 /// <summary>
 ///     Retrieve a list of all the User Names for a given exception from ODIN_USER_EXCEPTIONS
 /// </summary>
 /// <returns>List of all the user name / role pairs</returns>
 public List <string> RetrieveUserExceptionList(string exception)
 {
     return(OptionRepository.RetrieveUserExceptionList(exception));
 }