コード例 #1
0
ファイル: EmpleadoBL.cs プロジェクト: em-torres/celebi
 public void ActualizarEmpleado(Empleados entidad)
 {
     cli.ActualizarEmpleado(entidad);
 }