Ejemplo n.º 1
0
        //private ICacheManager _cacheManager = new NullCache();

        public UserPhoneEmail GetAuthPhoneEmailByAccId(int accId, bool IsEncrypt = false)
        {
            return(_userQueryService.GetShopAdministratorPhoneEmail(accId, true));
        }