7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
|
|
using DataPro.Common.Base;
|
||
|
|
|
||
|
|
namespace DataPro.Common.Interface
|
||
|
|
{
|
||
|
|
public interface IGroupView : IBaseView { }
|
||
|
|
}
|