コード例 #1
0
 public static IList <AuditLog> GetAll()
 {
     return(AuditLogRepository.RetrieveAll());
 }