Example #1
0
 private void AddToContext(AppLog appLog)
 {
     _context = new SICIBD2Entities1();
     _context.spInsertNewAppLogItem(appLog.Tipo, appLog.PostTime, appLog.Componente, appLog.Metodo, appLog.TiempoTomado, appLog.Propiedades, appLog.Usuario);
 }