10 lines
214 B
C#
10 lines
214 B
C#
namespace StructureHelperCommon.Services.Exports
|
|
{
|
|
public interface IFileIOnputData
|
|
{
|
|
string FileName { get; set; }
|
|
string Filter { get; set; }
|
|
string Title { get; set; }
|
|
}
|
|
}
|