示例#1
0
 public List <GetSelectionOutput> GetList(string keyword = null)
 {
     return(_selectionService.GetList(keyword));
 }