Exemplo n.º 1
0
 public PurePassiveProperty(PurePassiveProcess <TDomain> purePassiveProcess)
 {
     _purePassiveProcess = purePassiveProcess;
 }
Exemplo n.º 2
0
 public static PurePassiveProperty <TDomain> WrapInProperty <TDomain>(this PurePassiveProcess <TDomain> passive)
 {
     return(new PurePassiveProperty <TDomain>(passive));
 }