コード例 #1
0
        //context bdd
        public AuthService(BookYourCarContext context, CustomIdentityErrorDescriber errors = null)
        {
            _context = context;

            Describer = errors ?? new CustomIdentityErrorDescriber();
        }
コード例 #2
0
 public LocationService(BookYourCarContext context, CustomIdentityErrorDescriber errors = null)
 {
     _context = context;
 }
コード例 #3
0
 public PlanningService(BookYourCarContext context, CustomIdentityErrorDescriber errors = null)
 {
     _context = context;
 }