将以往的代码复制到代码库
This commit is contained in:
16
Future.Platform/Assertifier/JSReceiptAssertifier.cs
Normal file
16
Future.Platform/Assertifier/JSReceiptAssertifier.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Future.Contract;
|
||||
|
||||
namespace Future.Platform
|
||||
{
|
||||
/// <summary>
|
||||
/// 使用JS脚本的指令回执断言器
|
||||
/// </summary>
|
||||
public class JSReceiptAssertifier:IReceiptAssertifier
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user