8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
namespace DTS.Common.Import
|
|
{
|
|
public interface IPersistImport
|
|
{
|
|
void Save();
|
|
}
|
|
}
|