mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-09 23:28:02 +08:00
8 lines
145 B
C#
8 lines
145 B
C#
namespace OpenAuth.App.Interface
|
|
{
|
|
public interface ICustomerForm
|
|
{
|
|
void Add(string flowInstanceId, string frmData);
|
|
}
|
|
}
|