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