初始化上传
This commit is contained in:
10
常用工具集/Utility/SqlFormat/IFormatter.cs
Normal file
10
常用工具集/Utility/SqlFormat/IFormatter.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace NHibernate.AdoNet.Util
|
||||
{
|
||||
using System;
|
||||
|
||||
public interface IFormatter
|
||||
{
|
||||
string Format(string source);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user