Example #1
0
 private void dependency_OnChange(object sender, SqlNotificationEventArgs e)
 {
     ContactHub.Show();
 }
Example #2
0
 public ContactController(IContactService contactService, ContactHub contactHub)
 {
     this._contactService = contactService;
     this._contactHub     = contactHub;
 }