mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 18:47:55 +08:00
转移.net core 3.1,为.NET 5做准备
This commit is contained in:
7
OpenAuth.App/Interface/ICustomerForm.cs
Normal file
7
OpenAuth.App/Interface/ICustomerForm.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace OpenAuth.App.Interface
|
||||
{
|
||||
public interface ICustomerForm
|
||||
{
|
||||
void Add(string flowInstanceId, string frmData);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user