コード例 #1
0
 public List <Personal> GetAllPerson()
 {
     return(Personal.FindAll());
 }