diff --git a/ViewModel/ViewModelLocator.cs b/ViewModel/ViewModelLocator.cs index 3fc91e7..49c1065 100644 --- a/ViewModel/ViewModelLocator.cs +++ b/ViewModel/ViewModelLocator.cs @@ -12,9 +12,10 @@ See http://www.galasoft.ch/mvvm */ +using CommonServiceLocator; using GalaSoft.MvvmLight; using GalaSoft.MvvmLight.Ioc; -using Microsoft.Practices.ServiceLocation; + namespace Audit.ViewModel {