Exemplo n.º 1
0
        //context bdd
        public AuthService(BookYourCarContext context, CustomIdentityErrorDescriber errors = null)
        {
            _context = context;

            Describer = errors ?? new CustomIdentityErrorDescriber();
        }
Exemplo n.º 2
0
 public LocationService(BookYourCarContext context, CustomIdentityErrorDescriber errors = null)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public PlanningService(BookYourCarContext context, CustomIdentityErrorDescriber errors = null)
 {
     _context = context;
 }