コード例 #1
0
ファイル: ClientCache.cs プロジェクト: CourageAndrey/Workflow
 internal ClientCache(SeedsConfiguration configuration)
     : base(configuration)
 {
 }
コード例 #2
0
ファイル: ServerCache.cs プロジェクト: CourageAndrey/Workflow
 internal ServerCache(SeedsConfiguration configuration)
     : base(configuration)
 {
 }