View BootStrap.cs
using System; | |
using System.Reflection; | |
using SimpleInjector; | |
using System.Linq; | |
using MyApp.ViewModels; | |
using MyApp.Infrastructure.Navigation; | |
using MyApp.Models; | |
using MyApp.Services.RestClient; | |
using MyApp.Services; | |
using System.Collections.Generic; |