Esempio n. 1
0
 public MortgageService(PodiumCaseStudyContext podiumCaseStudyContext, IMapper mapper)
 {
     _podiumCaseStudyContext = podiumCaseStudyContext;
     _mapper = mapper;
 }
Esempio n. 2
0
 public UserService(PodiumCaseStudyContext podiumCaseStudyContext, IMapper mapper)
 {
     _podiumCaseStudyContext = podiumCaseStudyContext;
     _mapper = mapper;
 }