Beispiel #1
0
 public ChatService(LngChatDbContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #2
0
 public UserService(LngChatDbContext context, IMapper mapper, IFileService fileService)
 {
     _context     = context;
     _mapper      = mapper;
     _fileService = fileService;
 }