Ejemplo n.º 1
0
        public void NofityBll()
        {
            var send   = new EmailSend();
            var nofity = new UserNotification(send);

            nofity.Notify("注册了用户");
        }