Exemplo n.º 1
0
 public static IMensajesDAL GetInstance()
 {
     if (instancia == null)
     {
         instancia = new MensajesDALArchivos();
     }
     return(instancia);
 }