Exemplo n.º 1
0
 public void Release(IServiceLifeCycleManager <IJobIndexService> jobIndexService)
 {
     ServiceLocator.Current.Release(jobIndexService);
 }
Exemplo n.º 2
0
 public void Release(IServiceLifeCycleManager <IPeriodService> periodService)
 {
     ServiceLocator.Current.Release(periodService);
 }
Exemplo n.º 3
0
 public void Release(IServiceLifeCycleManager <IUnitService> unitService)
 {
     ServiceLocator.Current.Release(unitService);
 }
Exemplo n.º 4
0
 public void Release(IServiceLifeCycleManager <IJobPositionService> serviceManager)
 {
     ServiceLocator.Current.Release(serviceManager);
 }
Exemplo n.º 5
0
 public void Release(IServiceLifeCycleManager <IUnitInquiryService> inquiryService)
 {
     ServiceLocator.Current.Release(inquiryService);
 }
Exemplo n.º 6
0
 public void Release(IServiceLifeCycleManager <IEmployeeService> employeeService)
 {
     ServiceLocator.Current.Release(employeeService);
 }
Exemplo n.º 7
0
 public static void Release(IServiceLifeCycleManager <ILogService> logService)
 {
     ServiceLocator.Current.Release(logService);
 }
Exemplo n.º 8
0
 public static void Release(IServiceLifeCycleManager<ILogServiceFacade> instance)
 {
     ServiceLocator.Current.Release(instance);
 }