示例#1
0
 public int InsertEvento(EventoBE obj)
 {
     return(interfac.InsertEvento(obj));
 }