11 lines
264 B
C#
11 lines
264 B
C#
![]() |
using System.Collections.Generic;
|
||
|
using antblazorpro.Models;
|
||
|
using Microsoft.AspNetCore.Components;
|
||
|
|
||
|
namespace antblazorpro.Pages.Account.Center
|
||
|
{
|
||
|
public partial class Articles
|
||
|
{
|
||
|
[Parameter] public IList<ListItemDataType> List { get; set; }
|
||
|
}
|
||
|
}
|