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