8 lines
125 B
C#

namespace Marco.Pms.DataAccess.Initializer
{
public interface IDBInitializer
{
void Initialize();
}
}