コード例 #1
0
ファイル: PersonaLogic.cs プロジェクト: ginocarlucci/TpNetE06
 public void Delete(int ID)
 {
     _PersonaData.Delete(ID);
 }