Exemplo n.º 1
0
 public UserAuthManager(IUserAuthDal userAuthDal)
 {
     _userAuthDal = userAuthDal;
 }