Exemplo n.º 1
0
 public DetailsModel(Socona.ImVehicle.Core.Data.VehicleDbContext context, ITownRepository townRepository, IGroupRepository groupService, IAuthorizationService authorizationService)
 {
     _townRepository       = townRepository;
     _groupService         = groupService;
     _authorizationService = authorizationService;
     _context = context;
 }
Exemplo n.º 2
0
 public IndexModel(Socona.ImVehicle.Core.Data.VehicleDbContext context, IAuthorizationService authorizationService)
 {
     _context = context;
     _authorizationService = authorizationService;
 }