コード例 #1
0
ファイル: PersonManager.cs プロジェクト: tutunnykvan/PZ
 public List <PersonDTO> GetListOfPerson()
 {
     return(_personManager.GetAllPerson());
 }