Ejemplo n.º 1
0
 public Account_Creation(IMapper mapper, IUnitOfWork_Identity unitOfWork_Identity)
 {
     _mapper = mapper;
     _unitOfWork_Identity = unitOfWork_Identity;
 }
Ejemplo n.º 2
0
 public Account_Update(IMapper mapper, IUnitOfWork_Identity unitOfWork_Identity)
 {
     _mapper = mapper;
     _unitOfWork_Identity = unitOfWork_Identity;
 }
Ejemplo n.º 3
0
 public Account_Queries(IMapper mapper, IUnitOfWork_Identity unitOfWork_Identity)
 {
     _mapper = mapper;
     _unitOfWork_Identity = unitOfWork_Identity;
 }