mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-09 15:18:00 +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);
|
|||
|
}
|
|||
|
}
|