示例#1
0
 public async Task <List <GetDemoDataList> > GetAll()
 {
     return(await _commonManager.GetDemoDataList());
 }