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