Files
DP44/Common/DTS.CommonCore/.svn/pristine/a1/a1eac3b45eccdfe5041f8fb9c36e5d912c0d7bc4.svn-base

9 lines
145 B
Plaintext
Raw Normal View History

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