Sic.Framework/MECF.Framework.Common/MECF/Framework/Common/RecipeCenter/ISequenceFileContext.cs

10 lines
155 B
C#

namespace MECF.Framework.Common.RecipeCenter
{
public interface ISequenceFileContext
{
string GetConfigXml();
bool Validation(string content);
}
}