mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +08:00
7 lines
135 B
C#
7 lines
135 B
C#
namespace OpenAuth.App
|
|
{
|
|
public interface IForm
|
|
{
|
|
string GetSql(Repository.Domain.Form form, string dbType);
|
|
}
|
|
} |