Esempio n. 1
0
 protected override void Dispose(bool disposing)
 {
     if (disposing)
     {
         notifications.Dispose();
         applicationService.Dispose();
     }
 }