Files
2025-08-26 08:37:44 +08:00

11 lines
142 B
C#

namespace NHibernate.AdoNet.Util
{
using System;
public interface IFormatter
{
string Format(string source);
}
}