Ejemplo n.º 1
0
 public static void AddList(List <AuditLogEntity> logs)
 {
     if (null != logs && logs.Count > 0)
     {
         IISLogAccess.Add(logs);
     }
 }
Ejemplo n.º 2
0
 public static void Add(AuditLogEntity item)
 {
     IISLogAccess.Add(item);
 }