예제 #1
0
 public GestorIdiomas(string descripcion, Dictionary <string, string> traducciones)
 {
     _unIdioma    = new Idioma.Idioma();
     _unIdiomaDAL = new DAL_Idioma();
 }
예제 #2
0
 public GestorIdiomas()
 {
     _unIdioma    = new Idioma.Idioma();
     _unIdiomaDAL = new DAL_Idioma();
 }