コード例 #1
0
ファイル: EventoBL.cs プロジェクト: ralfredcr/Eventus2
 public int InsertEvento(EventoBE obj)
 {
     return(interfac.InsertEvento(obj));
 }