示例#1
0
 //Get all person
 public Task <List <Person> > GetAllPersonDataAsync()
 {
     return(_im.GetAllPerson());
 }