private List <ServiceCodeDTO> GetServiceCodes()
        {
            MainWindow wnd = Application.Current.MainWindow as MainWindow;

            return(wnd.GetServiceCodes(SharedData.Enums.ServiceCodeType.Plant));
        }
Exemple #2
0
 private List <ServiceCodeDTO> GetServiceCodes()
 {
     return(wnd.GetServiceCodes(SharedData.Enums.ServiceCodeType.Plant));
 }