コード例 #1
0
ファイル: BUsuario.cs プロジェクト: AliMorales018/IXPERYNET
 public DataTable LlenarComboEmpleado()
 {
     return(odEmpleado.LlenarCombo());
 }