Beispiel #1
0
 public UserService(LearnNowDbContext context, IMapper mapper) : base(context)
 {
     _mapper = mapper;
 }
Beispiel #2
0
 public AbstractService(LearnNowDbContext context)
 {
     Context = context;
 }