Exemplo n.º 1
0
 public AsyncOperations(int number)
 {
     operations         = new Operations(number);
     getValueCtor       = operations.GetValueFromConstructor;
     getValueCtorRef    = operations.GetValueFromConstructorAsRef;
     getValueCtorRefOut = operations.GetValueFromConstructorAsRefAndOut;
     uow = operations.UnitOfWorkIsInitialized;
 }
Exemplo n.º 2
0
		public AsyncOperations(int number)
		{
			operations = new Operations(number);
			getValueCtor = operations.GetValueFromConstructor;
			getValueCtorRef = operations.GetValueFromConstructorAsRef;
			getValueCtorRefOut = operations.GetValueFromConstructorAsRefAndOut;
			uow = operations.UnitOfWorkIsInitialized;
		}