public void ClassFactoriesRegistration(IClassFactoryRegister register) { register.AddFactoryForSingleton(() => (ISessionsService) new SessionsService()); }
public void ClassFactoriesRegistration(IClassFactoryRegister register) { register.AddFactoryForSingleton(() => (IWorkHoursDataService) new WorkHoursDataService()); }
public void ClassFactoriesRegistration(IClassFactoryRegister register) { register.AddFactory(() => (IPersonDataListSerializer) new PersonDataListSerializer()); }