コード例 #1
0
ファイル: EventoBO.cs プロジェクト: carloseip/ApiEventos
 public string IngresarEvento(Eventos value)
 {
     return(EventoDAO.Ingresar(value));
 }