コード例 #1
0
ファイル: PeriodoPr.cs プロジェクト: ferbenor/moro
 public int Borrar(Periodo item)
 {
     return(item.BorrarObjetoT());
 }