OpenAuth.Net/OpenAuth.App/Interface/ICustomerForm.cs
2020-10-22 14:59:36 +08:00

8 lines
145 B
C#

namespace OpenAuth.App.Interface
{
public interface ICustomerForm
{
void Add(string flowInstanceId, string frmData);
}
}