Files
mixtape/zero.Core/Entities/IExportConfig.cs
T

7 lines
77 B
C#
Raw Normal View History

2020-10-07 16:08:09 +02:00
namespace zero.Core.Entities
{
public interface IExportConfig
{
}
}