7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
|
|
using DTS.Common.Base;
|
||
|
|
|
||
|
|
namespace DTS.Common.Interface
|
||
|
|
{
|
||
|
|
public interface ILabDetailsView : IBaseView { }
|
||
|
|
}
|