Example #1
0
 public DataTable GetNameCountry(string spais, int icompany, int ifamily)
 {
     IntegraData.CfdiDAL DataGeneral = new IntegraData.CfdiDAL();
     return(DataGeneral.GetNameCountry(spais, icompany, ifamily));
 }