Пример #1
0
 public OnceComponent(Function.IOnceComponent fnOnce, Function.IConvertComponent fnConvert, Action.IConvertComponent actionConvert)
 {
     _fnOnce        = fnOnce;
     _fnConvert     = fnConvert;
     _actionConvert = actionConvert;
 }
Пример #2
0
 public BeforeComponent(Function.IConvertComponent fnConvert, Action.IConvertComponent actionConvert, Function.IBeforeComponent fnBefore)
 {
     _fnConvert     = fnConvert;
     _actionConvert = actionConvert;
     _fnBefore      = fnBefore;
 }