9 lines
166 B
C#
9 lines
166 B
C#
using mROA.Implementation.Attributes;
|
|
|
|
namespace Example.Shared
|
|
{
|
|
[SharedObjectInterface]
|
|
public partial interface IPagesList : IDataList<IPage>
|
|
{
|
|
}
|
|
} |