Files
DP44/Common/DTS.CommonCore/.svn/pristine/7b/7b8a81b58ce3c079d16437f785c1bda521b25cf6.svn-base

7 lines
125 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
using DTS.Common.Base;
namespace DTS.Common.Interface
{
public interface ICustomerDetailsView :IBaseView { }
}