Exemple #1
0
 public TracorGalleryViewModel()
 {
     if (this.TractorService == null)
     {
         this.TractorService = App.Container.Get <ITractorService>();
     }
 }
Exemple #2
0
 public BrandsViewModel()
 {
     if (tractorService == null)
     {
         tractorService = App.Container.Get <ITractorService>();
     }
 }