Files
DP44/Common/DTS.Common/Interface/ISO/ExtraProperties/IExtraPropertiesListView.cs

12 lines
271 B
C#
Raw Normal View History

2026-04-17 14:55:32 -04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using DTS.Common.Base;
namespace DTS.Common.Interface.ISO.ExtraProperties
{
public interface IExtraPropertiesListView : IBaseView { }
}