예제 #1
0
        public ProviderReport GetOutputList()
        {
            var report = _deviceLibrary.GetOutputList();

            report.ErrorMessage = _errorMessage;
            return(report);
        }
예제 #2
0
 public ProviderReport GetOutputList()
 {
     return(_deviceLibrary.GetOutputList());
 }