コード例 #1
0
ファイル: PersonaLogic.cs プロジェクト: ginocarlucci/TpNetE06
 public List <Persona> GetAll()
 {
     return(_PersonaData.GetAll());
 }