Beispiel #1
0
 public LoginService(AllDbContext dbContext, UserService userService, MapperService mapper)
 {
     this.dbContext   = dbContext;
     this.userService = userService;
     this.mapper      = mapper;
 }