Esempio n. 1
0
 public SECChkController(IMapper mapper, ECChkRepository ecRepo, ApplicationDbContext db)
 {
     _mapper = mapper;
     _ecRepo = ecRepo;
     _db     = db;
 }