База для нового бэкэнда
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using mROA.Implementation.Attributes;
|
||||
|
||||
namespace Example.Shared
|
||||
{
|
||||
[SharedObjectInterface]
|
||||
public interface IPagesList : IDataList<IPage>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user