Exemplo n.º 1
0
 public static void CleanUp()
 {
     if (_foreignAgentService != null)
     {
         _foreignAgentService.Dispose();
     }
     if (_attachmentService != null)
     {
         _attachmentService.Dispose();
     }
 }
Exemplo n.º 2
0
 public static void CleanUp()
 {
     if (_localAgencyService != null)
     {
         _localAgencyService.Dispose();
     }
     if (_attachmentService != null)
     {
         _attachmentService.Dispose();
     }
 }
Exemplo n.º 3
0
 public static void CleanUp()
 {
     if (_memberService != null)
     {
         _memberService.Dispose();
     }
     if (_attachmentService != null)
     {
         _attachmentService.Dispose();
     }
 }
Exemplo n.º 4
0
 public static void CleanUp()
 {
     if (_employeeService != null)
     {
         _employeeService.Dispose();
     }
     if (_attachmentService != null)
     {
         _attachmentService.Dispose();
     }
 }