11 lines
142 B
C#
11 lines
142 B
C#
namespace NHibernate.AdoNet.Util
|
|
{
|
|
using System;
|
|
|
|
public interface IFormatter
|
|
{
|
|
string Format(string source);
|
|
}
|
|
}
|
|
|