Example #1
0
 public AuthBLL(IAuthDAL auth, IMapper mapper)
 {
     this._auth   = auth;
     this._mapper = mapper;
 }
 public AuthBLL(IAuthDAL auth, IMapper mapper)
 {
     _auth   = auth;
     _mapper = mapper;
 }