コード例 #1
0
 public TGC002JournalisationController(IJournalisationRepository repo, IAuthentificationRepository authRepo, IMapper mapper)
 {
     _repo     = repo;
     _authRepo = authRepo;
     _mapper   = mapper;
 }
コード例 #2
0
 public TGA001AuthentificationController(IAuthentificationRepository repo, IMapper mapper, IConfiguration config)
 {
     _repo   = repo;
     _mapper = mapper;
     _config = config;
 }
コード例 #3
0
 public TGC003SaisieEcrituresController(IGestionEcritureJournalRepository repo, IAuthentificationRepository authRepo, IMapper mapper)
 {
     _repo     = repo;
     _authRepo = authRepo;
     _mapper   = mapper;
 }
コード例 #4
0
 public TGC001BilanController(IBilanRepository repo, IAuthentificationRepository authRepo, IMapper mapper)
 {
     _repo     = repo;
     _authRepo = authRepo;
     _mapper   = mapper;
 }
コード例 #5
0
 public TGZ001AffichageController(IAffichageRepository repo, IAuthentificationRepository autoRepo, IMapper mapper)
 {
     _repo     = repo;
     _authRepo = autoRepo;
     _mapper   = mapper;
 }