Пример #1
0
 public static void CleanUp()
 {
     if (_foreignAgentService != null)
     {
         _foreignAgentService.Dispose();
     }
     if (_attachmentService != null)
     {
         _attachmentService.Dispose();
     }
 }
Пример #2
0
 public static void CleanUp()
 {
     if (_localAgencyService != null)
     {
         _localAgencyService.Dispose();
     }
     if (_attachmentService != null)
     {
         _attachmentService.Dispose();
     }
 }
Пример #3
0
 public static void CleanUp()
 {
     if (_memberService != null)
     {
         _memberService.Dispose();
     }
     if (_attachmentService != null)
     {
         _attachmentService.Dispose();
     }
 }
Пример #4
0
 public static void CleanUp()
 {
     if (_employeeService != null)
     {
         _employeeService.Dispose();
     }
     if (_attachmentService != null)
     {
         _attachmentService.Dispose();
     }
 }