コード例 #1
0
ファイル: Op.cs プロジェクト: VladimirLevchuk/Operations
 public static IOperationContext Context(IDictionary <string, object> contextValues)
 {
     return(OperationContextFactory.Create(contextValues));
 }
コード例 #2
0
ファイル: Op.cs プロジェクト: VladimirLevchuk/Operations
 public static IOperationContext Context(object contextValues)
 {
     return(OperationContextFactory.Create(contextValues));
 }