コード例 #1
0
ファイル: NEmpresas.cs プロジェクト: Jhonfish/mofin
 public static string GetNombre(string Codigo)
 {
     return(dEmpresas.GetNombre(Codigo));
 }