コード例 #1
0
ファイル: Lotificadora.cs プロジェクト: djosuhe/cake
 public int Delete(int id)
 {
     return(persistence.Delete(id));
 }