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