Пример #1
0
 public Task <IEnumerable <PersonViewModel> > PersonFieldDrop()
 {
     return(_personAppService.GetPersonFieldDrop());
 }