7 lines
126 B
C#
7 lines
126 B
C#
using DTS.Common.Base;
|
|
|
|
namespace DTS.Common.Interface
|
|
{
|
|
public interface IEngineerDetailsView : IBaseView { }
|
|
}
|