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