コード例 #1
0
 public Task <List <PluginEntity> > GetList(Pagination pagination, string keyword)
 {
     return(repo.GetAllAsync());
 }